Move mbedtls_dev to framework submodule#9094
Conversation
1e91186 to
eb11292
Compare
ronald-cron-arm
left a comment
There was a problem hiding this comment.
This looks quite good to me. I can see that the "Move some files to framework repository" commits in mbedtls and mbedtls-framework are both based on the same commit: 61734ec. The one in mbedtls removes the mbedtls_dev files while the one in mbedtls-framework removes all files but the mbedtls_dev ones that are renamed (path change only) (checked with git show 7554102 --name-status in the framework submodule).
Otherwise, have you checked that you can play the same move game subsequently on another set of mbedtls files, tests/data_files/* for example without merge trouble in framework?
I have now added to the script so that it can do this. The result is in Mbed-TLS/mbedtls-framework#18, which is based on the corresponding PR in the framework submodule. |
ronald-cron-arm
left a comment
There was a problem hiding this comment.
This looks good to me, thanks. There is a conflict with development now thus you will need to rebase though.
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This allows test scripts to find the new mbedtls_framework module. Signed-off-by: David Horstmann <david.horstmann@arm.com>
2df41f2 to
47fff1e
Compare
Change these to point to the new mbedtls_framework module in the framework submodule. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This allows scripts in the scripts/ directory to get the path to the mbedtls_framework module in framework/scripts/ Signed-off-by: David Horstmann <david.horstmann@arm.com>
Since this python module resides in the framework submodule we must add an extra explicit path to it for mypy. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This allows us to use the mbedtls_framework python files moved there. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This name is more descriptive of its purpose, since it actually adds framework/scripts to the path rather than just framework/ Signed-off-by: David Horstmann <david.horstmann@arm.com>
47fff1e to
ecd6d01
Compare
ronald-cron-arm
left a comment
There was a problem hiding this comment.
I've checked the rebase. LGTM, thanks.
bensze01
left a comment
There was a problem hiding this comment.
LGTM. I've also checked the moved scripts, and they are up to date with the tip of development.
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
|
@davidhorstmann-arm @bensze01 I've just updated the framework to the merge of mbedtls-framework:#15. |
davidhorstmann-arm
left a comment
There was a problem hiding this comment.
Framework update LGTM, thanks!
ronald-cron-arm
left a comment
There was a problem hiding this comment.
LGTM up to the last commit and @davidhorstmann-arm checked the last commit.
Move the
mbedtls_devpython module into thembedtls-frameworkrepository. This PR pairs with Mbed-TLS/mbedtls-framework#15.PR checklist
Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")
mbedtls_devto framework submodule #9131